X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/f25252dda165cd2fb57a745bcb17df03d5b590f3..6e4089e8217c971c0154c414f5fed5d0807d179e:/AESL/Radioactive%20Decay.AESL?ds=inline diff --git a/AESL/Radioactive Decay.AESL b/AESL/Radioactive Decay.AESL deleted file mode 100644 index e225eef..0000000 --- a/AESL/Radioactive Decay.AESL +++ /dev/null @@ -1,23 +0,0 @@ -IDENTIFICATION DIVISION -PROGRAM-ID Radioactive_Decay - -ENVIRONMENT DIVISION -ENGINE Anabrid-THAT -REQUIRES Coefficient 2 -REQUIRES Integrator 1 -REQUIRES Inverter 1 - -DATA DIVISION -OUTPUT OUTPUT.X N -ALIAS COEFFICIENT.1 InitialValue -ALIAS COEFFICIENT.2 Decay - -PROGRAM DIVISION -+1 -> InitialValue -> N0 -N’, IC:N0 -> Integrator.1 -> -N --N -> Decay -> -lambda*N=N’ --N -> Inverter.1 -> N - -OPERATION DIVISION -MODE REPEAT -OP-TIME 20ms